github.com/jackc/pgx/v5/pgtype.CompositeBinaryBuilder.m (field)

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		composite.go#L461: 	m          *Map
		composite.go#L471: 	return &CompositeBinaryBuilder{m: m, buf: buf, startIdx: startIdx}
		composite.go#L489: 		plan = &encodePlanDriverValuer{m: b.m, oid: oid, formatCode: BinaryFormatCode}
		composite.go#L491: 		plan = b.m.PlanEncode(oid, BinaryFormatCode, field)